Searched refs:tel (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | ip6_tunnel.c | 505 struct ipv6_tlv_tnl_enc_lim *tel; in ip6_tnl_parse_tlv_enc_lim() local 508 if (i + sizeof (*tel) > off + optlen) in ip6_tnl_parse_tlv_enc_lim() 511 tel = (struct ipv6_tlv_tnl_enc_lim *) &raw[i]; in ip6_tnl_parse_tlv_enc_lim() 513 if (tel->type == IPV6_TLV_TNL_ENCAP_LIMIT && in ip6_tnl_parse_tlv_enc_lim() 514 tel->length == 1) in ip6_tnl_parse_tlv_enc_lim() 517 if (tel->type) in ip6_tnl_parse_tlv_enc_lim() 518 i += tel->length + 2; in ip6_tnl_parse_tlv_enc_lim() 569 struct ipv6_tlv_tnl_enc_lim *tel; in ip6_tnl_err() local 589 tel = (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli]; in ip6_tnl_err() 590 if (tel->encap_limit == 0) { in ip6_tnl_err() [all …]
|
D | ip6_gre.c | 404 struct ipv6_tlv_tnl_enc_lim *tel; in ip6gre_err() local 422 tel = (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli]; in ip6gre_err() 423 if (tel->encap_limit == 0) { in ip6gre_err() 825 struct ipv6_tlv_tnl_enc_lim *tel; in ip6gre_xmit_ipv6() local 826 tel = (struct ipv6_tlv_tnl_enc_lim *)&skb_network_header(skb)[offset]; in ip6gre_xmit_ipv6() 827 if (tel->encap_limit == 0) { in ip6gre_xmit_ipv6() 832 encap_limit = tel->encap_limit - 1; in ip6gre_xmit_ipv6()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | message.c | 1055 dbug(1, dprintf("plci_remove(%x,tel=%x)", plci->Id, plci->tel)); in plci_remove() 1364 if (!(plci->tel && !plci->adv_nl))nl_req_ncci(plci, ASSIGN, 0); in connect_req() 1504 if (plci->tel == ADV_VOICE && a->AdvCodecPLCI) in connect_res() 1521 plci->tel = 0; in connect_res() 1995 else plci->tel = 0; in facility_req() 2046 rplci->tel = 0; in facility_req() 3320 byte tel; in select_b_req() local 3330 msg->length, plci->Id, plci->tel, plci->NL.Id, plci->appl, plci->SuppState)); in select_b_req() 3366 tel = plci->tel; in select_b_req() 3369 if (tel) /* external controller in use by this PLCI */ in select_b_req() [all …]
|
D | divacapi.h | 232 byte tel; member
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-bcm6358.txt | 56 label = "white:tel";
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 705 You access these devices by telnetting to that port. Each active tel-
|