| /linux/net/tipc/ |
| H A D | msg.c | 209 * @_hdr: header to be used in tipc_msg_append() 217 int tipc_msg_append(struct tipc_msg *_hdr, struct msghdr *m, int dlen, in tipc_msg_append() 237 skb_copy_to_linear_data(skb, _hdr, MIN_H_SIZE); in tipc_msg_append() 326 struct tipc_msg *_hdr; in tipc_msg_fragment() 357 _hdr = buf_msg(_skb); 358 msg_set_fragm_no(_hdr, pktno); 359 msg_set_nof_fragms(_hdr, nof_fragms); 360 msg_set_size(_hdr, INT_H_SIZE + eat); 640 struct tipc_msg *_hdr, *hdr; in tipc_msg_reverse() 645 _hdr in tipc_msg_reverse() 205 tipc_msg_append(struct tipc_msg * _hdr,struct msghdr * m,int dlen,int mss,struct sk_buff_head * txq) tipc_msg_append() argument 314 struct tipc_msg *_hdr; tipc_msg_fragment() local 628 struct tipc_msg *_hdr, *hdr; tipc_msg_reverse() local [all...] |
| H A D | bcast.c | 321 struct tipc_msg *hdr, *_hdr; in tipc_mcast_send_sync() local 350 _hdr = buf_msg(_skb); in tipc_mcast_send_sync() 351 msg_set_size(_hdr, MCAST_H_SIZE); in tipc_mcast_send_sync() 352 msg_set_is_rcast(_hdr, !msg_is_rcast(hdr)); in tipc_mcast_send_sync() 353 msg_set_errcode(_hdr, TIPC_ERR_NO_PORT); in tipc_mcast_send_sync() 794 struct tipc_msg *hdr, *_hdr; in tipc_mcast_filter_msg() local 815 _hdr = buf_msg(_skb); in tipc_mcast_filter_msg() 816 if (msg_orignode(_hdr) != node) in tipc_mcast_filter_msg() 818 if (msg_origport(_hdr) != port) in tipc_mcast_filter_msg() 834 if (msg_is_rcast(hdr) != msg_is_rcast(_hdr)) in tipc_mcast_filter_msg() [all …]
|
| H A D | group.c | 474 struct tipc_msg *_hdr, *hdr = buf_msg(skb); in tipc_group_sort_msg() local 482 _hdr = buf_msg(_skb); in tipc_group_sort_msg() 483 if (!less(bc_seqno, msg_grp_bc_seqno(_hdr))) in tipc_group_sort_msg()
|
| /linux/net/ipv6/ |
| H A D | exthdrs_core.c | 81 struct ipv6_opt_hdr _hdr, *hp; in ipv6_skip_exthdr() local 88 hp = skb_header_pointer(skb, start, sizeof(_hdr), &_hdr); in ipv6_skip_exthdr() 213 struct ipv6_opt_hdr _hdr, *hp; in ipv6_find_hdr() local 226 hp = skb_header_pointer(skb, start, sizeof(_hdr), &_hdr); in ipv6_find_hdr()
|
| H A D | mip6.c | 76 struct ip6_mh _hdr; in mip6_mh_filter() local 80 sizeof(_hdr), &_hdr); in mip6_mh_filter()
|
| /linux/net/bridge/ |
| H A D | br_mrp.c | 876 struct br_mrp_tlv_hdr _hdr; in br_mrp_ring_frame() local 878 hdr = skb_header_pointer(skb, sizeof(uint16_t), sizeof(_hdr), &_hdr); in br_mrp_ring_frame() 896 struct br_mrp_tlv_hdr _hdr; in br_mrp_in_frame() local 898 hdr = skb_header_pointer(skb, sizeof(uint16_t), sizeof(_hdr), &_hdr); in br_mrp_in_frame() 920 struct br_mrp_tlv_hdr _hdr; in br_mrp_mrm_process() local 925 hdr = skb_header_pointer(skb, sizeof(uint16_t), sizeof(_hdr), &_hdr); in br_mrp_mrm_process() 967 struct br_mrp_tlv_hdr _hdr; in br_mrp_mra_process() local 972 hdr = skb_header_pointer(skb, sizeof(uint16_t), sizeof(_hdr), &_hdr); in br_mrp_mra_process() 979 test_hdr = skb_header_pointer(skb, sizeof(uint16_t) + sizeof(_hdr), in br_mrp_mra_process() 1002 struct br_mrp_tlv_hdr _hdr; in br_mrp_mim_process() local [all …]
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 214 struct ip_auth_hdr _hdr, *hdr; in __skb_flow_dissect_ah() local 219 hdr = __skb_header_pointer(skb, nhoff, sizeof(_hdr), data, hlen, &_hdr); in __skb_flow_dissect_ah() 236 struct ip_esp_hdr _hdr, *hdr; in __skb_flow_dissect_esp() local 241 hdr = __skb_header_pointer(skb, nhoff, sizeof(_hdr), data, hlen, &_hdr); in __skb_flow_dissect_esp() 260 } *hdr, _hdr; in __skb_flow_dissect_l2tpv3() local 265 hdr = __skb_header_pointer(skb, nhoff, sizeof(_hdr), data, hlen, &_hdr); in __skb_flow_dissect_l2tpv3() 520 struct mpls_label *hdr, _hdr; in __skb_flow_dissect_mpls() local 531 hdr = __skb_header_pointer(skb, nhoff, sizeof(_hdr), data, in __skb_flow_dissect_mpls() 532 hlen, &_hdr); in __skb_flow_dissect_mpls() 634 struct flow_dissector_key_cfm *key, *hdr, _hdr; in __skb_flow_dissect_cfm() local [all …]
|
| /linux/net/netfilter/ |
| H A D | xt_TPROXY.c | 40 struct udphdr _hdr, *hp; in tproxy_tg4() local 43 hp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_hdr), &_hdr); in tproxy_tg4() 116 struct udphdr _hdr, *hp; in tproxy_tg6_v1() local 127 hp = skb_header_pointer(skb, thoff, sizeof(_hdr), &_hdr); in tproxy_tg6_v1()
|
| H A D | nft_tproxy.c | 28 struct udphdr _hdr, *hp; in nft_tproxy_eval_v4() local 39 hp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_hdr), &_hdr); in nft_tproxy_eval_v4() 92 struct udphdr _hdr, *hp; in nft_tproxy_eval_v6() local 107 hp = skb_header_pointer(skb, thoff, sizeof(_hdr), &_hdr); in nft_tproxy_eval_v6()
|
| H A D | nf_conntrack_proto_udp.c | 61 struct udphdr _hdr; in udp_error() local 64 hdr = skb_header_pointer(skb, dataoff, sizeof(_hdr), &_hdr); in udp_error()
|
| H A D | nf_log_syslog.c | 584 struct ipv6_opt_hdr _hdr; in dump_ipv6_packet() local 587 hp = skb_header_pointer(skb, ptr, sizeof(_hdr), &_hdr); in dump_ipv6_packet()
|
| H A D | nfnetlink_queue.c | 1349 struct ipv6_opt_hdr _hdr; in nfqnl_validate_write() 1359 hp = skb_header_pointer(e->skb, start, sizeof(_hdr), &_hdr); in nfqnl_validate_write() 1285 struct ipv6_opt_hdr _hdr; nfqnl_validate_exthdr() local
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6t_ipv6header.c | 47 struct ipv6_opt_hdr _hdr; in ipv6header_mt6() local 64 hp = skb_header_pointer(skb, ptr, sizeof(_hdr), &_hdr); in ipv6header_mt6()
|
| H A D | nf_socket_ipv6.c | 118 struct tcphdr _hdr; in nf_sk_lookup_slow_v6() local 122 sizeof(*hp) : sizeof(_hdr), &_hdr); in nf_sk_lookup_slow_v6()
|
| /linux/drivers/nfc/ |
| H A D | mei_phy.c | 84 #define MEI_DUMP_NFC_HDR(info, _hdr) \ argument 88 (_hdr)->cmd, (_hdr)->status, (_hdr)->req_id, \ 89 (_hdr)->reserved, (_hdr)->data_size); \
|
| /linux/net/ipv4/netfilter/ |
| H A D | nf_socket_ipv4.c | 101 struct tcphdr _hdr; in nf_sk_lookup_slow_v4() local 106 sizeof(*hp) : sizeof(_hdr), &_hdr); in nf_sk_lookup_slow_v4()
|
| /linux/tools/net/ynl/samples/ |
| H A D | ovs.c | |
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | magic-number.rst | 69 PG_MAGIC 'P' pg_{read,write}_hdr ``include/linux/pg.h``
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | magic-number.rst | 63 PG_MAGIC 'P' pg_{read,write}_hdr ``include/linux/pg.h``
|
| /linux/Documentation/translations/it_IT/staging/ |
| H A D | magic-number.rst | 77 PG_MAGIC 'P' pg_{read,write}_hdr ``include/linux/pg.h``
|
| /linux/Documentation/staging/ |
| H A D | magic-number.rst | 71 PG_MAGIC 'P' pg_{read,write}_hdr ``include/uapi/linux/pg.h``
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | magic-number.rst | 76 PG_MAGIC 'P' pg_{read,write}_hdr ``include/linux/pg.h``
|
| /linux/net/openvswitch/ |
| H A D | flow.c | 279 struct ipv6_opt_hdr _hdr, *hp; in get_ipv6_ext_hdrs() local 373 hp = skb_header_pointer(skb, start, sizeof(_hdr), &_hdr); in get_ipv6_ext_hdrs()
|
| /linux/net/ipv4/ |
| H A D | raw.c | 145 struct icmphdr _hdr; in icmp_filter() local 149 sizeof(_hdr), &_hdr); in icmp_filter()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flow.c | 48 #define ICE_FLOW_FLD_INFO(_hdr, _offset_bytes, _size_bytes) { \ argument 49 .hdr = _hdr, \ 56 #define ICE_FLOW_FLD_INFO_MSK(_hdr, _offset_bytes, _size_bytes, _mask) { \ argument 57 .hdr = _hdr, \
|