Home
last modified time | relevance | path

Searched refs:proto (Results 476 – 500 of 1112) sorted by relevance

1...<<11121314151617181920>>...45

/openbmc/linux/net/dccp/
H A DMakefile4 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
/openbmc/linux/net/8021q/
H A Dvlan_gvrp.c22 .proto.group_address = GARP_GVRP_ADDRESS,
/openbmc/linux/net/dsa/
H A Dtag_hellcreek.c64 .proto = DSA_TAG_PROTO_HELLCREEK,
H A Dtag_xrs700x.c57 .proto = DSA_TAG_PROTO_XRS700X,
/openbmc/linux/fs/gfs2/
H A Dops_fstype.c365 char *proto, *table; in init_names() local
368 proto = sdp->sd_args.ar_lockproto; in init_names()
373 if (!proto[0] || !table[0]) { in init_names()
378 if (!proto[0]) in init_names()
379 proto = sdp->sd_sb.sb_lockproto; in init_names()
389 strscpy(sdp->sd_proto_name, proto, GFS2_LOCKNAME_LEN); in init_names()
1006 const char *proto = sdp->sd_proto_name; in gfs2_lm_mount() local
1011 if (!strcmp("lock_nolock", proto)) { in gfs2_lm_mount()
1015 } else if (!strcmp("lock_dlm", proto)) { in gfs2_lm_mount()
1019 pr_info("can't find protocol %s\n", proto); in gfs2_lm_mount()
[all …]
/openbmc/linux/arch/x86/math-emu/
H A DMakefile29 proto: target
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.h78 u8 proto; member
/openbmc/linux/drivers/net/ethernet/sgi/
H A Dioc3-eth.c300 unsigned int proto; in ioc3_tcpudp_checksum() local
326 proto = ih->protocol; in ioc3_tcpudp_checksum()
327 if (proto != IPPROTO_TCP && proto != IPPROTO_UDP) in ioc3_tcpudp_checksum()
999 const int proto = ntohs(ih->protocol); in ioc3_start_xmit() local
1017 proto, csum_fold(ehsum)); in ioc3_start_xmit()
1023 if (proto == IPPROTO_UDP) { in ioc3_start_xmit()
1027 if (proto == IPPROTO_TCP) { in ioc3_start_xmit()
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh1055 tc filter add dev $h2 ingress pref $i proto ipv4 \
1060 tc filter add dev $h2 ingress pref $i proto ipv6 \
1076 tc filter del dev $h2 ingress pref $i proto ipv4 \
1081 tc filter del dev $h2 ingress pref $i proto ipv6 \
1112 tc filter add dev $h2 ingress pref 1 proto ipv4 handle 101 \
1117 tc filter add dev $h2 ingress pref 2 proto ipv4 \
1128 tc filter del dev $h2 ingress pref 2 proto ipv4 \
1132 tc filter del dev $h2 ingress pref 1 proto ipv4 handle 101 flower
/openbmc/linux/net/rxrpc/
H A Drxkad.c211 tmpbuf[0] = htonl(conn->proto.epoch); in rxkad_prime_packet_security()
212 tmpbuf[1] = htonl(conn->proto.cid); in rxkad_prime_packet_security()
649 whdr.epoch = htonl(conn->proto.epoch); in rxkad_issue_challenge()
650 whdr.cid = htonl(conn->proto.cid); in rxkad_issue_challenge()
835 resp->encrypted.epoch = htonl(conn->proto.epoch); in rxkad_respond_to_challenge()
836 resp->encrypted.cid = htonl(conn->proto.cid); in rxkad_respond_to_challenge()
1110 if (ntohl(response->encrypted.epoch) != conn->proto.epoch || in rxkad_verify_response()
1111 ntohl(response->encrypted.cid) != conn->proto.cid || in rxkad_verify_response()
/openbmc/qemu/hw/net/rocker/
H A Drocker_of_dpa.c273 if (key->ip.proto || (mask && mask->ip.proto)) { in of_dpa_flow_key_dump()
275 if (mask && mask->ip.proto != 0xff) { in of_dpa_flow_key_dump()
729 match->value.ip.proto = fc->fields.ipv4hdr->ip_p; in of_dpa_acl_build_match()
733 match->value.ip.proto = in of_dpa_acl_build_match()
1643 key->ip.proto = 0; in of_dpa_cmd_add_acl_ip()
1645 mask->ip.proto = 0; in of_dpa_cmd_add_acl_ip()
1649 key->ip.proto = in of_dpa_cmd_add_acl_ip()
1653 mask->ip.proto = in of_dpa_cmd_add_acl_ip()
2375 if (key->ip.proto || mask->ip.proto) { in of_dpa_flow_fill()
2377 nkey->ip_proto = key->ip.proto; in of_dpa_flow_fill()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap4-dss.txt83 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
84 - reg-names: "proto", "phy", "pll"
/openbmc/linux/net/ipv4/
H A Dtunnel4.c114 static int tunnel4_rcv_cb(struct sk_buff *skb, u8 proto, int err) in tunnel4_rcv_cb() argument
120 head = (proto == IPPROTO_IPIP) ? tunnel4_handlers : tunnel64_handlers; in tunnel4_rcv_cb()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs.h188 __be16 proto, u16 vid);
191 __be16 proto, u16 vid);
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c247 __u16 family, proto; in bpf_test_sockopt() local
251 proto = sk->sk_protocol; in bpf_test_sockopt()
257 if (proto == IPPROTO_TCP) { in bpf_test_sockopt()
/openbmc/linux/net/nfc/
H A Drawsock.c341 sk = sk_alloc(net, PF_NFC, GFP_ATOMIC, nfc_proto->proto, kern); in rawsock_create()
396 static struct proto rawsock_proto = {
404 .proto = &rawsock_proto,
/openbmc/linux/net/ipv6/
H A Dmip6.c234 sel.proto = fl6->flowi6_proto; in mip6_destopt_reject()
279 .proto = IPPROTO_DSTOPTS,
361 .proto = IPPROTO_ROUTING,
/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_mh.c75 .proto = IPPROTO_MH,
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-protobuf_4.25.3.bb12 # Can't find required file: ../src/google/protobuf/descriptor.proto
/openbmc/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h26 int proto; member
/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h96 __be16 proto; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.c883 switch (input->ip.v4.proto) { in ice_fdir_get_gen_prgm_pkt()
898 switch (input->ip.v6.proto) { in ice_fdir_get_gen_prgm_pkt()
991 input->ip.v4.proto); in ice_fdir_get_gen_prgm_pkt()
1108 input->ip.v6.proto); in ice_fdir_get_gen_prgm_pkt()
1240 a->ip.v4.proto == b->ip.v4.proto && in ice_fdir_comp_rules()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1169 __be16 proto; in mlx5e_lro_update_hdr() local
1178 if (proto == htons(ETH_P_IP)) { in mlx5e_lro_update_hdr()
1363 __be16 *proto) in is_last_ethertype_ip() argument
1365 *proto = ((struct ethhdr *)skb->data)->h_proto; in is_last_ethertype_ip()
1366 *proto = __vlan_get_protocol(skb, *proto, network_depth); in is_last_ethertype_ip()
1368 if (*proto == htons(ETH_P_IP)) in is_last_ethertype_ip()
1371 if (*proto == htons(ETH_P_IPV6)) in is_last_ethertype_ip()
1380 __be16 proto; in mlx5e_enable_ecn() local
1458 switch (proto) { in mlx5e_skb_csum_fixup()
1485 __be16 proto; in mlx5e_handle_csum() local
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_red_core.sh352 local proto=$1; shift
357 -t $proto -q -c $pkts "$@"
367 local proto=$1; shift
388 send_packets $vlan $proto $pkts "$@"
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_pptp.c97 ct->proto.gre.timeout = PPTP_GRE_TIMEOUT; in pptp_expectfn()
98 ct->proto.gre.stream_timeout = PPTP_GRE_STREAM_TIMEOUT; in pptp_expectfn()
143 sibling->proto.gre.timeout = 0; in destroy_sibling_or_exp()
144 sibling->proto.gre.stream_timeout = 0; in destroy_sibling_or_exp()

1...<<11121314151617181920>>...45