/net/core/ |
D | filter.c | 203 static bool convert_bpf_extensions(struct sock_filter *fp, in convert_bpf_extensions() 363 struct sock_filter *fp; in bpf_convert_filter() local 848 static int bpf_prog_store_orig_filter(struct bpf_prog *fp, in bpf_prog_store_orig_filter() 871 static void bpf_release_orig_filter(struct bpf_prog *fp) in bpf_release_orig_filter() 891 static void __sk_filter_release(struct sk_filter *fp) in __sk_filter_release() 903 struct sk_filter *fp = container_of(rcu, struct sk_filter, rcu); in sk_filter_release_rcu() local 914 static void sk_filter_release(struct sk_filter *fp) in sk_filter_release() 920 void sk_filter_uncharge(struct sock *sk, struct sk_filter *fp) in sk_filter_uncharge() 931 bool sk_filter_charge(struct sock *sk, struct sk_filter *fp) in sk_filter_charge() 945 static struct bpf_prog *bpf_migrate_filter(struct bpf_prog *fp) in bpf_migrate_filter() [all …]
|
D | scm.c | 261 struct file **fp = scm->fp->fp; in scm_detach_fds() local
|
/net/unix/ |
D | scm.c | 44 void unix_inflight(struct user_struct *user, struct file *fp) in unix_inflight() 66 void unix_notinflight(struct user_struct *user, struct file *fp) in unix_notinflight()
|
D | garbage.c | 109 struct file **fp = UNIXCB(skb).fp->fp; in scan_inflight() local
|
/net/ipv6/ |
D | exthdrs_core.c | 88 __be16 _frag_off, *fp; in ipv6_skip_exthdr() local 239 __be16 *fp; in ipv6_find_hdr() local
|
D | reassembly.c | 345 struct sk_buff *fp, *head = fq->q.fragments; in ip6_frag_reasm() local
|
/net/decnet/ |
D | dn_table.c | 72 #define DN_FIB_SCAN(f, fp) \ argument 75 #define DN_FIB_SCAN_KEY(f, fp, key) \ argument 126 struct dn_fib_node *f, **fp, *next; in dn_rebuild_zone() local 530 struct dn_fib_node *new_f, *f, **fp, **del_fp; in dn_fib_table_insert() local 667 struct dn_fib_node **fp, **del_fp, *f; in dn_fib_table_delete() local 745 static inline int dn_flush_list(struct dn_fib_node **fp, int z, struct dn_hash *table) in dn_flush_list()
|
/net/irda/ |
D | iriap.c | 439 __u8 *fp; in iriap_getvaluebyclass_confirm() local 552 __u8 *fp; in iriap_getvaluebyclass_response() local 643 __u8 *fp; in iriap_getvaluebyclass_indication() local 914 __u8 *fp; in iriap_call_indication() local
|
D | irlmp_frame.c | 94 __u8 *fp; in irlmp_link_data_indication() local 202 __u8 *fp; in irlmp_link_unitdata_indication() local
|
/net/bridge/netfilter/ |
D | ebt_vlan.c | 52 const struct vlan_hdr *fp; in ebt_vlan_mt() local
|
/net/sched/ |
D | act_bpf.c | 180 struct bpf_prog *fp; in tcf_bpf_init_from_ops() local 217 struct bpf_prog *fp; in tcf_bpf_init_from_efd() local
|
D | cls_tcindex.c | 67 struct tcindex_filter __rcu **fp; in tcindex_lookup() local 401 struct tcindex_filter __rcu **fp; in tcindex_set_parms() local 542 struct tcindex_filter __rcu **fp; in tcindex_dump() local
|
D | cls_route.c | 325 struct route4_filter __rcu **fp; in route4_delete() local 388 struct route4_filter *fp; in route4_set_parms() local 481 struct route4_filter __rcu **fp; in route4_change() local
|
D | cls_fw.c | 162 struct fw_filter __rcu **fp; in fw_delete() local 257 struct fw_filter __rcu **fp; in fw_change() local
|
D | cls_bpf.c | 229 struct bpf_prog *fp; in cls_bpf_prog_from_ops() local 267 struct bpf_prog *fp; in cls_bpf_prog_from_efd() local
|
D | cls_rsvp.h | 347 struct rsvp_filter __rcu **fp; in rsvp_delete() local 471 struct rsvp_filter __rcu **fp; in rsvp_change() local
|
/net/ipv4/ |
D | inet_fragment.c | 135 struct sk_buff *fp; in inet_frag_destroy() local
|
D | ip_fragment.c | 517 struct sk_buff *fp, *head = skb_rb_first(&qp->q.rb_fragments); in ip_frag_reasm() local
|
/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 355 struct sk_buff *fp, *op, *head = fq->q.fragments; in nf_ct_frag6_reasm() local
|
/net/ieee802154/6lowpan/ |
D | reassembly.c | 192 struct sk_buff *fp, *head = fq->q.fragments; in lowpan_frag_reasm() local
|
/net/ |
D | compat.c | 264 struct file **fp = scm->fp->fp; in scm_detach_fds_compat() local
|
/net/bluetooth/ |
D | 6lowpan.c | 1236 static ssize_t lowpan_control_write(struct file *fp, in lowpan_control_write()
|
/net/openvswitch/ |
D | flow_netlink.c | 367 static bool is_all_zero(const u8 *fp, size_t size) in is_all_zero()
|