Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 103) sorted by relevance

12345

/net/sctp/
Ddebug.c133 const char *sctp_pname(const sctp_subtype_t id) in sctp_pname()
146 const char *sctp_oname(const sctp_subtype_t id) in sctp_oname()
167 const char *sctp_tname(const sctp_subtype_t id) in sctp_tname()
Dauth.c452 __u16 id; in sctp_auth_init_hmacs() local
531 __u16 id = 0; in sctp_auth_asoc_get_hmac() local
611 __u16 id; in sctp_auth_asoc_set_default_hmac() local
791 __u16 id; in sctp_auth_ep_set_hmacs() local
/net/sched/
Dcls_route.c34 u32 id; member
52 u32 id; member
65 static inline int route4_fastmap_hash(u32 id, int iif) in route4_fastmap_hash()
80 route4_set_fastmap(struct route4_head *head, u32 id, int iif, in route4_set_fastmap()
93 static inline int route4_hash_to(u32 id) in route4_hash_to()
98 static inline int route4_hash_from(u32 id) in route4_hash_from()
135 u32 id, h; in route4_classify() local
208 static inline u32 to_hash(u32 id) in to_hash()
217 static inline u32 from_hash(u32 id) in from_hash()
387 u32 id = 0, to = 0, nhandle = 0x8000; in route4_set_parms() local
[all …]
/net/core/
Dnet_namespace.c56 static int net_assign_generic(struct net *net, int id, void *data) in net_assign_generic()
123 int id = *ops->id; in ops_free() local
171 static int net_eq_idr(int id, void *net, void *peer) in net_eq_idr()
184 int id = idr_for_each(&net->netns_ids, net_eq_idr, peer); in __peernet2id_alloc() local
220 int id; in peernet2id_alloc() local
238 int id; in peernet2id() local
254 struct net *get_net_ns_by_id(struct net *net, int id) in get_net_ns_by_id()
429 int id; in cleanup_net() local
645 int err, id; in rtnl_net_getid() local
691 static int rtnl_net_dumpid_one(int id, void *peer, void *data) in rtnl_net_dumpid_one()
[all …]
Dnetprio_cgroup.c92 int id = css->cgroup->id; in netprio_prio() local
112 int id = css->cgroup->id; in netprio_set_prio() local
/net/ipv6/
Doutput_core.c17 u32 id; in __ipv6_select_ident() local
38 u32 id; in ipv6_proxy_select_ident() local
56 u32 id; in ipv6_select_ident() local
/net/9p/
Dutil.c118 void p9_idpool_put(int id, struct p9_idpool *p) in p9_idpool_put()
136 int p9_idpool_check(int id, struct p9_idpool *p) in p9_idpool_check()
/net/caif/
Dcfmuxl.c75 static struct cflayer *get_from_id(struct list_head *list, u16 id) in get_from_id()
123 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id) in get_up()
151 struct cflayer *cfmuxl_remove_uplayer(struct cflayer *layr, u8 id) in cfmuxl_remove_uplayer()
178 u8 id; in cfmuxl_receive() local
/net/bluetooth/cmtp/
Dcore.c91 int i, id = -1; in cmtp_alloc_block_id() local
102 static inline void cmtp_free_block_id(struct cmtp_session *session, int id) in cmtp_free_block_id()
107 static inline void cmtp_add_msgpart(struct cmtp_session *session, int id, const unsigned char *buf,… in cmtp_add_msgpart()
134 __u8 hdr, hdrlen, id; in cmtp_recv_frame() local
/net/netfilter/ipset/
Dip_set_bitmap_ipmac.c62 u16 id; member
77 #define get_elem(extensions, id, dsize) \ argument
80 #define get_const_elem(extensions, id, dsize) \ argument
101 bitmap_ipmac_gc_test(u16 id, const struct bitmap_ipmac *map, size_t dsize) in bitmap_ipmac_gc_test()
192 u32 id, size_t dsize) in bitmap_ipmac_do_list()
Dip_set_bitmap_gen.h36 #define get_ext(set, map, id) ((map)->extensions + ((set)->dsize * (id))) argument
54 u32 id; in mtype_ext_cleanup() local
206 u32 id, first = cb->args[IPSET_CB_ARG0]; in mtype_list() local
267 u32 id; in mtype_gc() local
Dip_set_bitmap_port.c49 u16 id; member
68 bitmap_port_gc_test(u16 id, const struct bitmap_port *map, size_t dsize) in bitmap_port_gc_test()
88 bitmap_port_do_list(struct sk_buff *skb, const struct bitmap_port *map, u32 id, in bitmap_port_do_list()
Dip_set_bitmap_ip.c57 u16 id; member
76 bitmap_ip_gc_test(u16 id, const struct bitmap_ip *map, size_t dsize) in bitmap_ip_gc_test()
95 bitmap_ip_do_list(struct sk_buff *skb, const struct bitmap_ip *map, u32 id, in bitmap_ip_do_list()
/net/bluetooth/
Da2mp.h63 __u8 id; member
80 __u8 id; member
85 __u8 id; member
96 __u8 id; member
101 __u8 id; member
Damp.h20 __u8 id; member
/net/netfilter/
Dnf_conntrack_extend.c47 nf_ct_ext_create(struct nf_ct_ext **ext, enum nf_ct_ext_id id, in nf_ct_ext_create()
76 void *__nf_ct_ext_add_length(struct nf_conn *ct, enum nf_ct_ext_id id, in __nf_ct_ext_add_length()
/net/dccp/
Dccid.c26 static struct ccid_operations *ccid_by_number(const u8 id) in ccid_by_number()
143 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx) in ccid_new()
/net/netlink/
Dgenetlink.c93 static inline unsigned int genl_family_hash(unsigned int id) in genl_family_hash()
98 static inline struct list_head *genl_family_chain(unsigned int id) in genl_family_chain()
103 static struct genl_family *genl_family_find_byid(unsigned int id) in genl_family_find_byid()
163 int id; in genl_allocate_reserve_groups() local
916 u16 id = nla_get_u16(info->attrs[CTRL_ATTR_FAMILY_ID]); in ctrl_getfamily() local
/net/mac802154/
Dmib.c80 const struct ieee802154_llsec_key_id *id, in mac802154_add_key()
96 const struct ieee802154_llsec_key_id *id) in mac802154_del_key()
/net/netfilter/ipvs/
Dip_vs_sync.c200 int id; member
544 int id; in ip_vs_sync_conn_v0() local
633 int id; in ip_vs_sync_conn() local
1449 struct ipvs_sync_daemon_cfg *c, int id) in get_mcast_sockaddr()
1471 static int make_send_sock(struct netns_ipvs *ipvs, int id, in make_send_sock()
1528 static int make_receive_sock(struct netns_ipvs *ipvs, int id, in make_receive_sock()
1765 int id = 0, count, hlen; in start_sync_thread() local
1953 int id; in stop_sync_thread() local
/net/sunrpc/xprtrdma/
Dverbs.c276 rpcrdma_conn_upcall(struct rdma_cm_id *id, struct rdma_cm_event *event) in rpcrdma_conn_upcall()
364 static void rpcrdma_destroy_id(struct rdma_cm_id *id) in rpcrdma_destroy_id()
376 struct rdma_cm_id *id; in rpcrdma_create_id() local
747 struct rdma_cm_id *id, *old; in rpcrdma_ep_connect() local
/net/ipv6/netfilter/
Dnf_nat_proto_icmpv6.c39 static u16 id; in icmpv6_unique_tuple() local
Dip6t_frag.c27 id_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert) in id_match()
/net/ipv4/netfilter/
Dnf_nat_proto_icmp.c37 static u_int16_t id; in icmp_unique_tuple() local
/net/bridge/netfilter/
Debt_vlan.c43 unsigned short id; /* VLAN ID, given from frame TCI */ in ebt_vlan_mt() local

12345