Lines Matching defs:port
249 static sci_t make_sci(const u8 *addr, __be16 port)
254 memcpy(((char *)&sci) + ETH_ALEN, &port, sizeof(port));
993 /* Deliver to the uncontrolled port by default */
1010 * the SecTAG, so we have to deduce which port to deliver to.
1023 /* exact match, divert skb to this port */
1030 /* multicast frame, deliver on this port too */
1065 /* deliver on this port */
3975 static sci_t dev_to_sci(struct net_device *dev, __be16 port)
3977 return make_sci(dev->dev_addr, port);