Home
last modified time | relevance | path

Searched refs:qeth_hdr_layer3 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/s390/net/
Dqeth_core.h267 struct qeth_hdr_layer3 { struct
321 struct qeth_hdr_layer3 l3;
388 static inline bool qeth_l3_iqd_same_vlan(struct qeth_hdr_layer3 *h1, in qeth_l3_iqd_same_vlan()
389 struct qeth_hdr_layer3 *h2) in qeth_l3_iqd_same_vlan()
395 static inline bool qeth_l3_same_next_hop(struct qeth_hdr_layer3 *h1, in qeth_l3_same_next_hop()
396 struct qeth_hdr_layer3 *h2) in qeth_l3_same_next_hop()
Dqeth_l3_main.c1934 struct qeth_hdr_layer3 *l3_hdr = &hdr->hdr.l3; in qeth_l3_fill_header()