Searched refs:_type (Results 1 – 8 of 8) sorted by relevance
| /net/sctp/ |
| A D | sm_statetable.c | 51 #define DO_LOOKUP(_max, _type, _table) \ argument 55 if ((event_subtype._type > (_max))) { \ 57 _table, event_subtype._type, _max); \ 60 rtn = &_table[event_subtype._type][(int)state]; \
|
| /net/rxrpc/ |
| A D | oob.c | 300 enum rxrpc_oob_type *_type) in rxrpc_kernel_dequeue_oob() argument 307 *_type = oob->mark; in rxrpc_kernel_dequeue_oob()
|
| /net/batman-adv/ |
| A D | distributed-arp-table.c | 1516 u8 *type, _type; in batadv_dat_get_dhcp_message_type() local 1539 tl->len != sizeof(_type)) in batadv_dat_get_dhcp_message_type() 1544 type = skb_header_pointer(skb, offset, sizeof(_type), &_type); in batadv_dat_get_dhcp_message_type()
|
| /net/ipv6/ |
| A D | icmp.c | 150 u8 _type, *tp; in is_ineligible() local 153 sizeof(_type), &_type); in is_ineligible()
|
| /net/ethtool/ |
| A D | common.c | 284 #define __DEFINE_LINK_MODE_PARAMS(_speed, _type, _duplex) \ argument 285 [ETHTOOL_LINK_MODE(_speed, _type, _duplex)] = { \ 287 .lanes = __LINK_MODE_LANES_ ## _type, \
|
| /net/tipc/ |
| A D | socket.c | 3839 u32 _port, _sktype, _type, _lower, _upper; in tipc_sk_filtering() local 3849 _type = sysctl_tipc_sk_filter[2]; in tipc_sk_filtering() 3853 if (!_port && !_sktype && !_type && !_lower && !_upper) in tipc_sk_filtering() 3878 if ((_type && _type != type) || (_lower && _lower != lower) || in tipc_sk_filtering()
|
| /net/devlink/ |
| A D | trap.c | 944 #define DEVLINK_TRAP(_id, _type) \ argument 946 .type = DEVLINK_TRAP_TYPE_##_type, \
|
| /net/xfrm/ |
| A D | xfrm_state.c | 98 #define XFRM_STATE_INSERT(by, _n, _h, _type) \ argument 102 if (_type != XFRM_DEV_OFFLOAD_PACKET) { \
|
Completed in 30 milliseconds