Home
last modified time | relevance | path

Searched refs:proto (Results 1026 – 1050 of 1112) sorted by relevance

1...<<4142434445

/openbmc/linux/net/ipv6/
H A Dmcast.c1704 const struct in6_addr *daddr, int proto, int len) in ip6_mc_hdr() argument
1718 hdr->nexthdr = proto; in ip6_mc_hdr()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c171 __be16 proto, u16 vid) in am65_cpsw_nuss_ndo_slave_add_vid() argument
200 __be16 proto, u16 vid) in am65_cpsw_nuss_ndo_slave_kill_vid() argument
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c946 static int dpaa2_switch_port_vlan_add(struct net_device *netdev, __be16 proto, in dpaa2_switch_port_vlan_add() argument
960 static int dpaa2_switch_port_vlan_kill(struct net_device *netdev, __be16 proto, in dpaa2_switch_port_vlan_kill() argument
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.rst523 - xcb-proto 1.14.1 -> 1.15.2
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h1565 __le32 proto; /* WPA-RSN-WAPI-OPSN */ member
H A Dmt76_connac_mcu.c2387 gtk_tlv->proto = cpu_to_le32(NL80211_WPA_VERSION_1); in mt76_connac_mcu_key_iter()
2389 gtk_tlv->proto = cpu_to_le32(NL80211_WPA_VERSION_2); in mt76_connac_mcu_key_iter()
/openbmc/linux/net/rose/
H A Daf_rose.c540 static struct proto rose_proto = {
/openbmc/linux/net/x25/
H A Daf_x25.c502 static struct proto x25_proto = {
/openbmc/linux/net/can/
H A Dbcm.c1712 static struct proto bcm_proto __read_mostly = {
H A Disotp.c1694 static struct proto isotp_proto __read_mostly = {
/openbmc/linux/net/mac80211/
H A Drx.c4813 __be16 proto; in ieee80211_invoke_fast_rx() member
4884 if (unlikely(payload->proto == cpu_to_be16(ETH_P_TDLS) || in ieee80211_invoke_fast_rx()
4885 payload->proto == fast_rx->control_port_protocol)) in ieee80211_invoke_fast_rx()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c1267 cp->ctx_tbl[i].proto.iscsi = &cp->iscsi_tbl[i]; in cnic_alloc_bnx2x_resc()
1592 struct cnic_iscsi *iscsi = ctx->proto.iscsi; in cnic_free_bnx2x_conn_resc()
1611 struct cnic_iscsi *iscsi = ctx->proto.iscsi; in cnic_alloc_bnx2x_conn_resc()
1694 struct cnic_iscsi *iscsi = ctx->proto.iscsi; in cnic_setup_bnx2x_ctx()
/openbmc/linux/include/net/
H A Dcfg80211.h4726 const u8 *dest, const __be16 proto,
6491 bool ieee80211_get_8023_tunnel_proto(const void *hdr, __be16 *proto);
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dice.rst854 # ip link add link eth0 eth0.24 type vlan proto 802.1ad id 24
855 # ip link add link eth0.24 eth0.24.371 type vlan proto 802.1Q id 371
/openbmc/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.c2952 __be16 proto, u16 vid) in sh_eth_vlan_rx_add_vid() argument
2982 __be16 proto, u16 vid) in sh_eth_vlan_rx_kill_vid() argument
/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c2089 static int ehea_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) in ehea_vlan_rx_add_vid() argument
2127 static int ehea_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid) in ehea_vlan_rx_kill_vid() argument
/openbmc/linux/net/appletalk/
H A Dddp.c1009 static struct proto ddp_proto = {
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c1229 int ip_proto = offsetof(struct nfp_flower_ipv4, ip_ext.proto); in nfp_flower_validate_pre_tun_rule()
/openbmc/linux/net/xdp/
H A Dxsk.c1580 static struct proto xsk_proto = {
/openbmc/linux/net/bpf/
H A Dtest_run.c944 static struct proto bpf_dummy_proto = {
/openbmc/linux/net/kcm/
H A Dkcmsock.c1497 static struct proto kcm_proto = {
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3617 ice_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in ice_vlan_rx_add_vid() argument
3648 vlan = ICE_VLAN(be16_to_cpu(proto), vid, 0); in ice_vlan_rx_add_vid()
3680 ice_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in ice_vlan_rx_kill_vid() argument
3708 vlan = ICE_VLAN(be16_to_cpu(proto), vid, 0); in ice_vlan_rx_kill_vid()
/openbmc/linux/Documentation/networking/
H A Dsnmp_counter.rst1603 default via 192.168.122.1 dev ens3 proto static
1604 192.168.122.0/24 dev ens3 proto kernel scope link src 192.168.122.251
1605 $ sudo ip route delete default via 192.168.122.1 dev ens3 proto static
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c477 __be16 proto, u16 vid) in mlx4_en_vlan_rx_add_vid() argument
507 __be16 proto, u16 vid) in mlx4_en_vlan_rx_kill_vid() argument
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_netlink.c2327 memset(&ct->proto, 0, sizeof(ct->proto)); in ctnetlink_create_conntrack()

1...<<4142434445