Lines Matching defs:header
1102 struct ipoib_header *header;
1107 header = (struct ipoib_header *) skb->data;
1111 if ((header->proto != htons(ETH_P_IP)) &&
1112 (header->proto != htons(ETH_P_IPV6)) &&
1113 (header->proto != htons(ETH_P_ARP)) &&
1114 (header->proto != htons(ETH_P_RARP)) &&
1115 (header->proto != htons(ETH_P_TIPC))) {
1133 switch (header->proto) {
1213 struct ipoib_header *header;
1215 header = skb_push(skb, sizeof(*header));
1217 header->proto = htons(type);
1218 header->reserved = 0;
1222 * destination address into skb hard header so we can figure out where