Home
last modified time | relevance | path

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

/net/switchdev/
Dswitchdev.c341 static size_t switchdev_obj_size(const struct switchdev_obj *obj) in switchdev_obj_size()
355 const struct switchdev_obj *obj, in __switchdev_port_obj_add()
381 const struct switchdev_obj *obj) in switchdev_port_obj_add_now()
427 const struct switchdev_obj *obj = data; in switchdev_port_obj_add_deferred() local
439 const struct switchdev_obj *obj) in switchdev_port_obj_add_defer()
460 const struct switchdev_obj *obj) in switchdev_port_obj_add()
470 const struct switchdev_obj *obj) in switchdev_port_obj_del_now()
497 const struct switchdev_obj *obj = data; in switchdev_port_obj_del_deferred() local
509 const struct switchdev_obj *obj) in switchdev_port_obj_del_defer()
526 const struct switchdev_obj *obj) in switchdev_port_obj_del()
/net/netfilter/
Dnft_objref.c23 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_eval() local
32 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_init() local
54 const struct nft_object *obj = nft_objref_priv(expr); in nft_objref_dump() local
70 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_destroy() local
98 struct nft_object *obj; in nft_objref_map_eval() local
Dnft_limit.c242 static void nft_limit_obj_pkts_eval(struct nft_object *obj, in nft_limit_obj_pkts_eval()
254 struct nft_object *obj) in nft_limit_obj_pkts_init()
268 struct nft_object *obj, in nft_limit_obj_pkts_dump()
285 static void nft_limit_obj_bytes_eval(struct nft_object *obj, in nft_limit_obj_bytes_eval()
298 struct nft_object *obj) in nft_limit_obj_bytes_init()
306 struct nft_object *obj, in nft_limit_obj_bytes_dump()
Dnft_counter.c51 static inline void nft_counter_obj_eval(struct nft_object *obj, in nft_counter_obj_eval()
87 struct nft_object *obj) in nft_counter_obj_init()
99 static void nft_counter_obj_destroy(struct nft_object *obj) in nft_counter_obj_destroy()
166 struct nft_object *obj, bool reset) in nft_counter_obj_dump()
Dnft_quota.c51 static void nft_quota_obj_eval(struct nft_object *obj, in nft_quota_obj_eval()
104 struct nft_object *obj) in nft_quota_obj_init()
146 static int nft_quota_obj_dump(struct sk_buff *skb, struct nft_object *obj, in nft_quota_obj_dump()
Dnft_ct.c765 struct nft_object *obj) in nft_ct_helper_obj_init()
824 static void nft_ct_helper_obj_destroy(struct nft_object *obj) in nft_ct_helper_obj_destroy()
834 static void nft_ct_helper_obj_eval(struct nft_object *obj, in nft_ct_helper_obj_eval()
875 struct nft_object *obj, bool reset) in nft_ct_helper_obj_dump()
Dnf_tables_api.c364 struct nft_object *obj) in nft_trans_obj_add()
381 static int nft_delobj(struct nft_ctx *ctx, struct nft_object *obj) in nft_delobj()
803 struct nft_object *obj, *ne; in nft_flush_table() local
3890 struct nft_object *obj = NULL; in nft_add_set_elem() local
4399 struct nft_object *obj; in nf_tables_obj_lookup() local
4426 struct nft_object *obj; in nft_obj_init() local
4467 struct nft_object *obj, bool reset) in nft_object_dump()
4525 struct nft_object *obj; in nf_tables_newobj() local
4596 struct nft_object *obj, bool reset) in nf_tables_fill_obj_info()
4640 struct nft_object *obj; in nf_tables_dump_obj() local
[all …]
/net/sunrpc/
Dxdr.c23 xdr_encode_netobj(__be32 *p, const struct xdr_netobj *obj) in xdr_encode_netobj()
35 xdr_decode_netobj(__be32 *p, struct xdr_netobj *obj) in xdr_decode_netobj()
1112 static void __read_bytes_from_xdr_buf(struct xdr_buf *subbuf, void *obj, unsigned int len) in __read_bytes_from_xdr_buf()
1130 int read_bytes_from_xdr_buf(struct xdr_buf *buf, unsigned int base, void *obj, unsigned int len) in read_bytes_from_xdr_buf()
1143 static void __write_bytes_to_xdr_buf(struct xdr_buf *subbuf, void *obj, unsigned int len) in __write_bytes_to_xdr_buf()
1161 int write_bytes_to_xdr_buf(struct xdr_buf *buf, unsigned int base, void *obj, unsigned int len) in write_bytes_to_xdr_buf()
1175 xdr_decode_word(struct xdr_buf *buf, unsigned int base, u32 *obj) in xdr_decode_word()
1189 xdr_encode_word(struct xdr_buf *buf, unsigned int base, u32 obj) in xdr_encode_word()
1201 int xdr_buf_read_netobj(struct xdr_buf *buf, struct xdr_netobj *obj, unsigned int offset) in xdr_buf_read_netobj()
Dauth.c772 __be32 *data, void *obj) in rpcauth_wrap_req_encode()
782 __be32 *data, void *obj) in rpcauth_wrap_req()
797 __be32 *data, void *obj) in rpcauth_unwrap_req_decode()
807 __be32 *data, void *obj) in rpcauth_unwrap_resp()
Dclnt.c2498 const void *obj) in rpcproc_encode_null()
2503 void *obj) in rpcproc_decode_null()
/net/batman-adv/
Dsysfs.c51 static struct net_device *batadv_kobj_to_netdev(struct kobject *obj) in batadv_kobj_to_netdev()
58 static struct batadv_priv *batadv_kobj_to_batpriv(struct kobject *obj) in batadv_kobj_to_batpriv()
71 static struct batadv_priv *batadv_vlan_kobj_to_batpriv(struct kobject *obj) in batadv_vlan_kobj_to_batpriv()
93 batadv_kobj_to_vlan(struct batadv_priv *bat_priv, struct kobject *obj) in batadv_kobj_to_vlan()
/net/sunrpc/auth_gss/
Dauth_gss.c1675 __be32 *p, void *obj) in gss_wrap_req_encode()
1686 __be32 *p, void *obj) in gss_wrap_req_integ()
1781 __be32 *p, void *obj) in gss_wrap_req_priv()
1848 kxdreproc_t encode, void *rqstp, __be32 *p, void *obj) in gss_wrap_req()
1950 __be32 *p, void *obj) in gss_unwrap_req_decode()
1960 kxdrdproc_t decode, void *rqstp, __be32 *p, void *obj) in gss_unwrap_resp()
Dgss_mech_switch.c179 struct gss_api_mech *gss_mech_get_by_OID(struct rpcsec_gss_oid *obj) in gss_mech_get_by_OID()
Dsvcauth_gss.c817 read_u32_from_xdr_buf(struct xdr_buf *buf, int base, u32 *obj) in read_u32_from_xdr_buf()
/net/phonet/
Dsocket.c70 static struct hlist_head *pn_hash_list(u16 obj) in pn_hash_list()
83 u16 obj = pn_sockaddr_get_object(spn); in pn_find_sock_by_sa() local
/net/ipv6/
Dseg6_hmac.c51 static int seg6_hmac_cmpfn(struct rhashtable_compare_arg *arg, const void *obj) in seg6_hmac_cmpfn()
/net/bridge/
Dbr_sysfs_if.c230 #define to_brport(obj) container_of(obj, struct net_bridge_port, kobj) argument
/net/ipv4/netfilter/
Dnf_nat_snmp_basic.c672 struct snmp_object **obj) in snmp_object_decode()
1014 struct snmp_object *obj; in snmp_parse_mangle() local
/net/ipv6/ila/
Dila_xlat.c89 const void *obj) in ila_cmpfn()
/net/sched/
Dcls_bpf.c175 struct cls_bpf_prog *obj = prog; in cls_bpf_offload() local
/net/dsa/
Dslave.c321 const struct switchdev_obj *obj, in dsa_slave_port_obj_add()
350 const struct switchdev_obj *obj) in dsa_slave_port_obj_del()
/net/core/
Dnet-sysfs.c656 #define to_rx_queue(obj) container_of(obj, struct netdev_rx_queue, kobj) argument
989 #define to_netdev_queue(obj) container_of(obj, struct netdev_queue, kobj) argument
Dskbuff.c130 void *obj; in __kmalloc_reserve() local
/net/openvswitch/
Ddatapath.c1419 u32 bucket, obj; in ovs_flow_cmd_dump() local
/net/netlink/
Daf_netlink.c2556 void *obj = SEQ_START_TOKEN; in netlink_seq_start() local