/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_proto_sctp.c | 355 sh->vtag != ct->proto.sctp.vtag[dir]) { in sctp_packet() 366 if (sh->vtag != 0) in sctp_packet() 370 if (sh->vtag != ct->proto.sctp.vtag[dir] && in sctp_packet() 371 sh->vtag != ct->proto.sctp.vtag[!dir]) in sctp_packet() 375 if (sh->vtag != ct->proto.sctp.vtag[dir] && in sctp_packet() 376 sh->vtag != ct->proto.sctp.vtag[!dir] && in sctp_packet() 381 if (sh->vtag != ct->proto.sctp.vtag[dir]) in sctp_packet() 385 if (ct->proto.sctp.vtag[dir] == 0) { in sctp_packet() 387 sh->vtag, dir); in sctp_packet() 388 ct->proto.sctp.vtag[dir] = sh->vtag; in sctp_packet() [all …]
|
/linux-4.4.14/net/sctp/ |
D | output.c | 85 __u32 vtag, int ecn_capable) in sctp_packet_config() argument 89 pr_debug("%s: packet:%p vtag:0x%x\n", __func__, packet, vtag); in sctp_packet_config() 91 packet->vtag = vtag; in sctp_packet_config() 129 packet->vtag = 0; in sctp_packet_init() 441 sh->vtag = htonl(packet->vtag); in sctp_packet_transmit()
|
D | outqueue.c | 713 __u32 vtag = asoc->peer.i.init_tag; in sctp_outq_flush() local 811 sctp_packet_config(packet, vtag, in sctp_outq_flush() 826 sctp_packet_config(&singleton, vtag, 0); in sctp_outq_flush() 835 packet->vtag = asoc->c.my_vtag; in sctp_outq_flush() 921 sctp_packet_config(packet, vtag, in sctp_outq_flush() 997 sctp_packet_config(packet, vtag, in sctp_outq_flush()
|
D | input.c | 482 __u32 vtag = ntohl(sctphdr->vtag); in sctp_err_lookup() local 517 if (vtag == 0) { in sctp_err_lookup() 525 } else if (vtag != asoc->c.peer_vtag) { in sctp_err_lookup()
|
D | sm_statefuns.c | 341 if (chunk->sctp_hdr->vtag != 0) in sctp_sf_do_5_1B_init() 1418 if (chunk->sctp_hdr->vtag != 0) in sctp_sf_do_unexpected_init() 3257 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_sf_tabort_8_4_8() 3523 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_sf_shut_8_4_5() 4402 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_sf_abort_violation() 5966 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_abort_pkt_new() 5992 __u32 vtag; in sctp_ootb_pkt_new() local 6011 vtag = ntohl(initack->init_hdr.init_tag); in sctp_ootb_pkt_new() 6015 vtag = asoc->peer.i.init_tag; in sctp_ootb_pkt_new() 6028 vtag = ntohl(init->init_hdr.init_tag); in sctp_ootb_pkt_new() [all …]
|
D | sm_make_chunk.c | 1761 if (ntohl(chunk->sctp_hdr->vtag) != bear_cookie->my_vtag) { in sctp_unpack_cookie()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | nf_conntrack_sctp.h | 24 __be32 vtag[IP_CT_DIR_MAX]; member
|
/linux-4.4.14/include/net/sctp/ |
D | sm.h | 401 if (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag) in sctp_vtag_verify() 436 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either() 438 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { in sctp_vtag_verify_either()
|
D | sctp.h | 534 static inline int sctp_vtag_hashfn(__u16 lport, __u16 rport, __u32 vtag) in sctp_vtag_hashfn() argument 537 h ^= vtag; in sctp_vtag_hashfn()
|
D | structs.h | 691 __u32 vtag; member 720 struct sctp_packet *sctp_packet_config(struct sctp_packet *, __u32 vtag, int);
|
/linux-4.4.14/drivers/net/ethernet/tehuti/ |
D | tehuti.h | 324 #define TXD_W1_VAL(bc, checksum, vtag, lgsnd, vlan_id) \ argument 325 ((bc) | ((checksum)<<5) | ((vtag)<<8) | \
|
/linux-4.4.14/include/linux/ |
D | sctp.h | 63 __be32 vtag; member
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e.h | 233 u16 vtag; member
|
D | atl1e_main.c | 1474 u16 vlan_tag = (prrs->vtag >> 4) | in atl1e_clean_rx_irq() 1475 ((prrs->vtag & 7) << 13) | in atl1e_clean_rx_irq() 1476 ((prrs->vtag & 8) << 9); in atl1e_clean_rx_irq() 1479 prrs->vtag); in atl1e_clean_rx_irq()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl2.h | 320 unsigned short vtag; /* vlan tag */ member
|
D | atl2.c | 450 u16 vlan_tag = (rxd->status.vtag>>4) | in atl2_intr_rx() 451 ((rxd->status.vtag&7) << 13) | in atl2_intr_rx() 452 ((rxd->status.vtag&8) << 9); in atl2_intr_rx()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | amd8111e.c | 702 short vtag; in amd8111e_rx_poll() local 739 vtag = status & TT_MASK; in amd8111e_rx_poll() 741 if (vtag != 0) in amd8111e_rx_poll() 778 if (vtag == TT_VLAN_TAGGED){ in amd8111e_rx_poll()
|