Searched refs:cb_ident (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/net/ |
D | pkt_cls.h | 75 tc_setup_cb_t *cb, void *cb_ident); 79 tc_setup_cb_t *cb, void *cb_ident, 83 tc_setup_cb_t *cb, void *cb_ident, 88 tc_setup_cb_t *cb, void *cb_ident); 151 tc_setup_cb_t *cb, void *cb_ident) in tcf_block_cb_lookup() argument 169 tc_setup_cb_t *cb, void *cb_ident, in __tcf_block_cb_register() argument 178 tc_setup_cb_t *cb, void *cb_ident, in tcf_block_cb_register() argument 192 tc_setup_cb_t *cb, void *cb_ident) in tcf_block_cb_unregister() argument
|
/Linux-v4.19/net/sched/ |
D | cls_api.c | 805 void *cb_ident; member 817 tc_setup_cb_t *cb, void *cb_ident) in tcf_block_cb_lookup() argument 821 if (block_cb->cb == cb && block_cb->cb_ident == cb_ident) in tcf_block_cb_lookup() 873 tc_setup_cb_t *cb, void *cb_ident, in __tcf_block_cb_register() argument 891 block_cb->cb_ident = cb_ident; in __tcf_block_cb_register() 899 tc_setup_cb_t *cb, void *cb_ident, in tcf_block_cb_register() argument 904 block_cb = __tcf_block_cb_register(block, cb, cb_ident, cb_priv, in tcf_block_cb_register() 922 tc_setup_cb_t *cb, void *cb_ident) in tcf_block_cb_unregister() argument 926 block_cb = tcf_block_cb_lookup(block, cb, cb_ident); in tcf_block_cb_unregister()
|
/Linux-v4.19/fs/nfs/ |
D | callback.h | 54 unsigned int cb_ident; /* v4.0 callback identifier */ member
|
D | nfs4client.c | 768 nfs4_find_client_ident(struct net *net, int cb_ident) in nfs4_find_client_ident() argument 774 clp = idr_find(&nn->cb_ident_idr, cb_ident); in nfs4_find_client_ident()
|
D | callback_xdr.c | 165 hdr->cb_ident = ntohl(*p++); /* ignored by v4.1 and v4.2 */ in decode_compound_hdr_arg() 956 cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident); in nfs4_callback_compound()
|
/Linux-v4.19/fs/nfsd/ |
D | state.h | 150 u32 cb_ident; /* minorversion 0 only */ member
|
D | nfs4callback.c | 799 clp->cl_cb_ident = conn->cb_ident; in setup_callback_client()
|
D | nfs4state.c | 2330 conn->cb_ident = se->se_callback_ident; in gen_callback()
|