Searched refs:payload_type (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_mfa2_tlv.h | 28 const struct mlxfw_mfa2_tlv *tlv, u8 payload_type, in mlxfw_mfa2_tlv_payload_get() argument 37 if (tlv->type != payload_type) in mlxfw_mfa2_tlv_payload_get() 47 #define MLXFW_MFA2_TLV(name, payload_type, tlv_type) \ argument 48 static inline const payload_type * \ 53 tlv_type, sizeof(payload_type), \ 57 #define MLXFW_MFA2_TLV_VARSIZE(name, payload_type, tlv_type) \ argument 58 static inline const payload_type * \ 63 tlv_type, sizeof(payload_type), \
|
/linux/net/nfc/ |
H A D | rawsock.c | 360 u8 payload_type, u8 direction) in nfc_send_to_raw_sock() argument 379 data[1] |= (payload_type << 1); in nfc_send_to_raw_sock()
|
/linux/include/net/nfc/ |
H A D | nfc.h | 301 u8 payload_type, u8 direction);
|
/linux/net/mpls/ |
H A D | af_mpls.c | 273 enum mpls_payload_type payload_type; in mpls_egress() local 289 payload_type = rt->rt_payload_type; in mpls_egress() 290 if (payload_type == MPT_UNSPEC) in mpls_egress() 291 payload_type = ip_hdr(skb)->version; in mpls_egress() 293 switch (payload_type) { in mpls_egress()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | tdls.c | 481 tf->payload_type = WLAN_TDLS_SNAP_RFTYPE; in mwifiex_prep_tdls_encap_data()
|
/linux/net/mac80211/ |
H A D | rx.c | 3215 tf->payload_type == WLAN_TDLS_SNAP_RFTYPE && in ieee80211_rx_h_data()
|