Searched defs:sf (Results 1 - 7 of 7) sorted by relevance

/net/sunrpc/auth_gss/
H A Dgss_generic_token.c120 unsigned char sf; local
125 sf = *(*buf)++;
127 if (sf & 0x80) {
128 if ((sf &= 0x7f) > ((*bufsize)-1))
130 if (sf > SIZEOF_INT)
133 for (; sf; sf--) {
138 ret = sf;
/net/core/
H A Dnetprio_cgroup.c176 static int read_priomap(struct seq_file *sf, void *v) argument
182 seq_printf(sf, "%s %u\n", dev->name,
183 netprio_prio(seq_css(sf), dev));
H A Dneighbour.c2764 struct seq_file *sf = file->private_data; local
2765 sf->private = PDE_DATA(inode);
/net/mac80211/
H A Ddebugfs.c268 int sf = 0; /* how many written so far */ local
273 sf += scnprintf(buf, mxln - sf, "0x%x\n", local->hw.flags);
275 sf += scnprintf(buf + sf, mxln - sf, "HAS_RATE_CONTROL\n");
277 sf += scnprintf(buf + sf, mxln - sf, "RX_INCLUDES_FCS\n");
279 sf
[all...]
/net/netfilter/
H A Dxt_osf.c69 struct xt_osf_finger *kf = NULL, *sf; local
86 list_for_each_entry(sf, &xt_osf_fingers[!!f->df], finger_entry) {
87 if (memcmp(&sf->finger, f, sizeof(struct xt_osf_user_finger)))
112 struct xt_osf_finger *sf; local
120 list_for_each_entry(sf, &xt_osf_fingers[!!f->df], finger_entry) {
121 if (memcmp(&sf->finger, f, sizeof(struct xt_osf_user_finger)))
127 list_del_rcu(&sf->finger_entry);
128 kfree_rcu(sf, rcu_head);
H A Dxt_hashlimit.c856 struct seq_file *sf = file->private_data; local
857 sf->private = PDE_DATA(inode);
/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c646 struct seq_file *sf = file->private_data; local
649 sf->private = c;

Completed in 344 milliseconds