Searched refs:trans (Results 1 – 9 of 9) sorted by relevance
/include/net/netfilter/ |
D | nf_tables.h | 1514 #define nft_trans_rule(trans) \ argument 1515 (((struct nft_trans_rule *)trans->data)->rule) 1516 #define nft_trans_flow_rule(trans) \ argument 1517 (((struct nft_trans_rule *)trans->data)->flow) 1518 #define nft_trans_rule_id(trans) \ argument 1519 (((struct nft_trans_rule *)trans->data)->rule_id) 1520 #define nft_trans_rule_bound(trans) \ argument 1521 (((struct nft_trans_rule *)trans->data)->bound) 1532 #define nft_trans_set(trans) \ argument 1533 (((struct nft_trans_set *)trans->data)->set) [all …]
|
/include/net/sctp/ |
D | tsnmap.h | 99 struct sctp_transport *trans);
|
D | sctp.h | 262 struct sctp_transport *trans) in sctp_max_rto() argument 264 if (asoc->stats.max_obs_rto < (__u64)trans->rto) { in sctp_max_rto() 265 asoc->stats.max_obs_rto = trans->rto; in sctp_max_rto() 268 memcpy(&asoc->stats.obs_rto_ipaddr, &trans->ipaddr, in sctp_max_rto() 269 trans->af_specific->sockaddr_len); in sctp_max_rto()
|
/include/dt-bindings/usb/ |
D | pd.h | 404 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \ argument 406 | (trans) << 11 | (phy) << 10 | (ele) << 9 | (u4) << 8 \
|
/include/linux/usb/ |
D | pd_vdo.h | 429 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \ argument 431 | (trans) << 11 | (phy) << 10 | (ele) << 9 | (u4) << 8 \
|
/include/media/drv-intf/ |
D | saa7146_vv.h | 36 u32 trans; member
|
/include/net/ |
D | af_vsock.h | 74 void *trans; member
|
/include/net/9p/ |
D | client.h | 109 void *trans; member
|
/include/linux/ |
D | filter.h | 934 bpf_aux_classic_check_t trans, bool save_orig);
|