Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 23 of 23) sorted by relevance

/net/core/
Dfilter.c203 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 …]
Dscm.c261 struct file **fp = scm->fp->fp; in scm_detach_fds() local
/net/unix/
Dscm.c44 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()
Dgarbage.c109 struct file **fp = UNIXCB(skb).fp->fp; in scan_inflight() local
/net/ipv6/
Dexthdrs_core.c88 __be16 _frag_off, *fp; in ipv6_skip_exthdr() local
239 __be16 *fp; in ipv6_find_hdr() local
Dreassembly.c345 struct sk_buff *fp, *head = fq->q.fragments; in ip6_frag_reasm() local
/net/decnet/
Ddn_table.c72 #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/
Diriap.c439 __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
Dirlmp_frame.c94 __u8 *fp; in irlmp_link_data_indication() local
202 __u8 *fp; in irlmp_link_unitdata_indication() local
/net/bridge/netfilter/
Debt_vlan.c52 const struct vlan_hdr *fp; in ebt_vlan_mt() local
/net/sched/
Dact_bpf.c180 struct bpf_prog *fp; in tcf_bpf_init_from_ops() local
217 struct bpf_prog *fp; in tcf_bpf_init_from_efd() local
Dcls_tcindex.c67 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
Dcls_route.c325 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
Dcls_fw.c162 struct fw_filter __rcu **fp; in fw_delete() local
257 struct fw_filter __rcu **fp; in fw_change() local
Dcls_bpf.c229 struct bpf_prog *fp; in cls_bpf_prog_from_ops() local
267 struct bpf_prog *fp; in cls_bpf_prog_from_efd() local
Dcls_rsvp.h347 struct rsvp_filter __rcu **fp; in rsvp_delete() local
471 struct rsvp_filter __rcu **fp; in rsvp_change() local
/net/ipv4/
Dinet_fragment.c135 struct sk_buff *fp; in inet_frag_destroy() local
Dip_fragment.c517 struct sk_buff *fp, *head = skb_rb_first(&qp->q.rb_fragments); in ip_frag_reasm() local
/net/ipv6/netfilter/
Dnf_conntrack_reasm.c355 struct sk_buff *fp, *op, *head = fq->q.fragments; in nf_ct_frag6_reasm() local
/net/ieee802154/6lowpan/
Dreassembly.c192 struct sk_buff *fp, *head = fq->q.fragments; in lowpan_frag_reasm() local
/net/
Dcompat.c264 struct file **fp = scm->fp->fp; in scm_detach_fds_compat() local
/net/bluetooth/
D6lowpan.c1236 static ssize_t lowpan_control_write(struct file *fp, in lowpan_control_write()
/net/openvswitch/
Dflow_netlink.c367 static bool is_all_zero(const u8 *fp, size_t size) in is_all_zero()